From 08196fa8fa368703419c62e0f4eb2ae11b07c0f8 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 25 Nov 2009 22:42:11 +0000 Subject: [PATCH] * man.el (Man-completion-table): default-directory "/" in case doesn't otherwise exist. process-environment COLUMNS=999 so as not to truncate long names. process-connection-type pipe to avoid any chance of hitting the pseudo-tty TIOCGWINSZ. (Further to Bug#3717.) --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd586757b34..a7a1d93c286 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2009-11-25 Kevin Ryde + + * man.el (Man-completion-table): default-directory "/" in case + doesn't otherwise exist. process-environment COLUMNS=999 so as + not to truncate long names. process-connection-type pipe to avoid + any chance of hitting the pseudo-tty TIOCGWINSZ. (Further to + Bug#3717.) + 2009-11-25 Juri Linkov * man.el (Man-completion-table): Modify regexp to include -- 2.30.2